home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 48 / Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso / -serious- / programming / mui / mcc_speedbar / mcc_speedbar.readme next >
Text File  |  1999-11-01  |  2KB  |  53 lines

  1. Short:      Highly configurable toolbar class
  2. Uploader:   wiz@vapor.com (Simone Tellini)
  3. Author:     wiz@vapor.com (Simone Tellini)
  4. Type:       dev/mui
  5. Version:    1.1
  6.  
  7.  
  8. SpeedBar.mcc, SpeedBar.mcp, SpeedButton.mcc and
  9. SpeedBarCfg.mcc are ©1999 by Simone Tellini
  10. All Rights Reserved.
  11.  
  12. SpeedBar.mcc and SpeedButton.mcc allow you to easily create toolbars
  13. similar to those you can see in Windows programs (although you can
  14. get a standard look as well ;)
  15.  
  16. Just play with the demo to discover its features :)
  17.  
  18. These classes can be freely used: all I ask is to receive a registered
  19. copy of your program if it uses them.
  20.  
  21. Changes since the previous release:
  22.  
  23.  
  24.                         SpeedBar History
  25.                         ----------------
  26.  
  27.     11.6    31/08/99    - Added MUIA_SpeedBar_SameHeight
  28.                         - Improved layout for vertical toolbars
  29.  
  30.  
  31.                        SpeedButton History
  32.                        -------------------
  33.  
  34.     11.17   16/09/99    - Buttons now use the parent object background
  35.                           when in borderless mode.
  36.  
  37.     11.16   03/09/99    - Images will be remapped only if ViewMode is
  38.                           not text only. Any change to ViewMode must be
  39.                           done in a MUIM_Group_InitChange/_ExitChange
  40.                           pair (SpeedBar does it for you usually).
  41.  
  42.     11.15   31/08/99    - Added MUIA_SpeedButton_MinHeight
  43.  
  44.     11.14   30/08/99    - Changed RTG support to use WritePixelArray()
  45.                           instead of allocating a PIXFMT_24BIT bitmap
  46.                           and drawing on it manually.
  47.                         - Fixed planar to chunky routine.
  48.  
  49.     11.13   30/08/99    - Fixed bug: one pen wasn't freed.
  50.                         - Added RTG support: no pens will be used on
  51.                           Hi/True colors screens for the images.
  52.  
  53.